Coupled Tests ^^^^^ **Definition:** * This occurs when testing one scenario affects another; for example, when all the test data are created at once and not rolled back after each scenario and re-created as needed for the next. **References:** .. admonition:: Quality attributes * :octicon:`file-code;1em` - Code Example * :octicon:`comment-discussion;1em` - Cause and Effect * :octicon:`graph;1em` - Frequency * :octicon:`sync;1em` - Refactoring * `Design Patterns for Database API Testing 1: Web Service Saving 2 – Code `_ :octicon:`comment-discussion;1em` :octicon:`sync;1em`